Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
Generic RasterCollection Class Methods
See Also 
Leadtools Namespace : Generic RasterCollection Class


For a list of all members of this type, see Generic RasterCollection members.

Public Methods

 NameDescription
Public MethodAdd Adds the specified item to the end of the collection.  
Public MethodAddRange Adds the elements of an ICollection to the end of the collection.  
Public MethodBringToFront Brings the specified item forward in the collection.  
Public MethodClear Removes all items from the collection.  
Public MethodContains Determines whether or not the specified item is contained in the collection.  
Public MethodCopyTo Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.  
Public MethodDisableEvents Called to disable raising the ItemAdded and ItemRemoved events.  
Public MethodEnableEvents Called to enable raising the ItemAdded and ItemRemoved events.  
Public MethodGetEnumerator Returns a generic enumerator that can iterate through the Generic RasterCollection.  
Public MethodIndexOf Returns the index of the specified item if it is found in the collection.  
Public MethodInsert Inserts the specified item at the specified index.  
Public MethodRemove Removes the specified item.  
Public MethodRemoveAt Removes the item from the specified index.  
Public MethodSendToBack Sends the specified item back in the collection.  
Top

Protected Methods

 NameDescription
Protected MethodOnItemAdded Raises the ItemAdded event.  
Protected MethodOnItemRemoved Raises the ItemRemoved event.  
Top

See Also